runtime.mheap.arenaHintAlloc (field)

7 uses

	runtime (current package)
		malloc.go#L553: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L620: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L683: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		malloc.go#L704: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L707: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mheap.go#L215: 	arenaHintAlloc        fixalloc // allocator for arenaHints
		mheap.go#L706: 	h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)